records
Length of Stay
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"length-of-stay",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/length-of-stay"
}
] - "definitions":{
- "length-of-stay":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/length-of-stay_records"
}
}
} - "records":
} - "properties":
- "length-of-stay_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "establishment_classification":,{
- "type":"string",
- "title":"Establishment Classification",
- "description":""
} - "lengthofstay":{
- "type":"number",
- "title":"LengthofStay",
- "description":""
}
} - "establishment_classification":
}
} - "fields":
} - "properties":
} - "length-of-stay":
}